'宣言 Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByVal linearGradientBrushProperties As LinearGradientBrushProperties, _ ByVal brushProperties As System.Nullable(Of BrushProperties), _ ByVal gradientStopCollection As GradientStopCollection _ ) As LinearGradientBrush
public static LinearGradientBrush Create( RenderTarget renderTarget, LinearGradientBrushProperties linearGradientBrushProperties, System.Nullable<BrushProperties> brushProperties, GradientStopCollection gradientStopCollection )
パラメータ
- renderTarget
- RenderTarget のインスタンス。
- linearGradientBrushProperties
- グラデーションの開始点と終了点。
- brushProperties
- 新しいブラシの基本不透明度と変換、または NULL。 この値が NULL の場合、ブラシの基本不透明度はデフォルトで 1.0f に設定され、その変換は単位行列になります。
- gradientStopCollection
- ブラシのグラデーションの色とグラデーション線に沿った位置を記述する GradientStop 構造体のコレクション。